home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / util / libs / graphics3d.lha / src / library / graphics3D2d_proto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-16  |  976 b   |  37 lines

  1. /*
  2. **      $VER: graphics3D2d_proto.h 11.00 (10.05.98)
  3. **
  4. **      Internal 2D functions prototypes for graphics3D.library
  5. **
  6. **      (C) Copyright 97 Patrizio Biancalani
  7. **      All Rights Reserved.
  8. */
  9.  
  10. struct grafica *ini_g(struct Window *win,long int mxv,long int dx,
  11.     long int dy);
  12.  
  13. long int c_zbuf(struct ambient3d *in);
  14.  
  15. void close_g(struct grafica *graf);
  16.  
  17. void switch_rp(struct grafica *graf);
  18.  
  19. long int clipbox(struct grafica *graf,long int minx,
  20.     long int miny,long int dx,long int dy);
  21. /*
  22. void cls_b(struct grafica *graf,long int x0,
  23.     long int y0,long int x1,long int y1);
  24. */
  25. void cls_f(struct ambient3d *amb3d);
  26.  
  27. void over(struct grafica *graf,long int mod);
  28.  
  29. extern void pixel( struct ambient3d *amb3d, struct polytemp *buf);
  30.  
  31. extern void line( struct ambient3d *amb3d, struct polytemp *buf);
  32.  
  33. extern void drw_tg( struct ambient3d *amb3d, struct polytemp *buf, long int bordo);
  34.  
  35. extern void drw_qg( struct ambient3d *amb3d, struct polytemp *buf, long int bordo);
  36.  
  37.